home *** CD-ROM | disk | FTP | other *** search
- object FormIco: TFormIco
- Left = 319
- Top = 154
- BorderStyle = bsDialog
- Caption = 'Icon'
- ClientHeight = 230
- ClientWidth = 504
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 489
- Height = 181
- Shape = bsFrame
- end
- object Bevel2: TBevel
- Left = 388
- Top = 40
- Width = 97
- Height = 97
- Style = bsRaised
- end
- object PaintBox: TDXPaintBox
- Left = 390
- Top = 42
- Width = 93
- Height = 93
- AutoStretch = False
- Center = False
- KeepAspect = False
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- end
- object LabelSave: TLabel
- Left = 24
- Top = 24
- Width = 25
- Height = 12
- Caption = 'Save'
- end
- object LabelDel: TLabel
- Left = 220
- Top = 24
- Width = 33
- Height = 12
- Caption = 'Delete'
- end
- object LabelPrev: TLabel
- Left = 388
- Top = 24
- Width = 42
- Height = 12
- Caption = 'Preview:'
- end
- object LabelInfo: TLabel
- Left = 388
- Top = 144
- Width = 97
- Height = 12
- AutoSize = False
- Caption = 'LabelInfo'
- end
- object ListSave: TListBox
- Left = 24
- Top = 40
- Width = 157
- Height = 105
- ItemHeight = 12
- MultiSelect = True
- TabOrder = 0
- OnClick = ListSaveClick
- end
- object ListDel: TListBox
- Left = 220
- Top = 40
- Width = 157
- Height = 105
- ItemHeight = 12
- MultiSelect = True
- TabOrder = 1
- OnClick = ListSaveClick
- end
- object btnDel: TButton
- Left = 188
- Top = 56
- Width = 25
- Height = 25
- Action = ActDel
- TabOrder = 3
- end
- object btnAdd: TButton
- Left = 188
- Top = 104
- Width = 25
- Height = 25
- Action = ActAdd
- TabOrder = 2
- end
- object btnUp: TButton
- Left = 28
- Top = 152
- Width = 53
- Height = 25
- Action = ActUp
- TabOrder = 4
- end
- object btnDown: TButton
- Left = 88
- Top = 152
- Width = 53
- Height = 25
- Action = ActDown
- TabOrder = 5
- end
- object Button1: TButton
- Left = 336
- Top = 196
- Width = 75
- Height = 25
- Action = ActOk
- Default = True
- TabOrder = 6
- end
- object btnCancel: TButton
- Left = 416
- Top = 196
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object ActionList1: TActionList
- Left = 180
- Top = 152
- object ActUp: TAction
- Caption = 'Up'
- OnExecute = ActUpExecute
- OnUpdate = ActUpUpdate
- end
- object ActDown: TAction
- Caption = 'Down'
- OnExecute = ActDownExecute
- OnUpdate = ActDownUpdate
- end
- object ActDel: TAction
- Caption = '>>'
- OnExecute = ActDelExecute
- OnUpdate = ActDelUpdate
- end
- object ActAdd: TAction
- Caption = '<<'
- OnExecute = ActAddExecute
- OnUpdate = ActAddUpdate
- end
- object ActOk: TAction
- Caption = 'OK'
- OnExecute = ActOkExecute
- OnUpdate = ActOkUpdate
- end
- end
- end
-